size(300, 400);
println(width + ", " + height); // Prints 300, 400 to the console
